[INFO] fetching crate can_adapter 1.0.3...
[INFO] checking can_adapter-1.0.3 against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] extracting crate can_adapter 1.0.3 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate can_adapter 1.0.3
[INFO] finished tweaking crates.io crate can_adapter 1.0.3
[INFO] tweaked toml for crates.io crate can_adapter 1.0.3 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate can_adapter 1.0.3 on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate can_adapter 1.0.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/workspace/builds/worker-7-tc1/source/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `can_adapter`
[INFO] [stderr]   * `bin` target `logger`
[INFO] [stderr] warning: `can_adapter` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libudev v0.3.0
[INFO] [stderr]   Downloaded socketcan v3.5.0
[INFO] [stderr]   Downloaded neli-proc-macros v0.1.4
[INFO] [stderr]   Downloaded embedded-can v0.4.1
[INFO] [stderr]   Downloaded neli v0.6.5
[INFO] [stderr]   Downloaded color-print v0.3.7
[INFO] [stderr]   Downloaded dbg_hex v0.2.0
[INFO] [stderr]   Downloaded color-print-proc-macro v0.3.7
[INFO] [stderr]   Downloaded clap-num v1.2.0
[INFO] [stderr]   Downloaded serialport v4.8.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7
[INFO] running `Command { std: "docker" "start" "8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: file `/opt/rustwide/workdir/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `lib` target `can_adapter`
[INFO] [stderr]   * `bin` target `logger`
[INFO] [stderr] warning: `can_adapter` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking nb v1.1.0
[INFO] [stderr]    Compiling socketcan v3.5.0
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]     Checking embedded-can v0.4.1
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking clap-num v1.2.0
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]     Checking dbg_hex v0.2.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking socket2 v0.5.10
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking libudev v0.3.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]    Compiling zerocopy-derive v0.8.33
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking color-print v0.3.7
[INFO] [stderr]     Checking unescaper v0.1.6
[INFO] [stderr]     Checking serialport v4.8.1
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling neli-proc-macros v0.1.4
[INFO] [stderr]     Checking neli v0.6.5
[INFO] [stderr]     Checking can_adapter v1.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `sa`
[INFO] [stdout]   --> src/j1939/mod.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 |             J1939::AddressClaim { sa } => todo!(),
[INFO] [stdout]    |                                   ^^ help: try ignoring the field: `sa: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_size`
[INFO] [stdout]   --> src/uds/iso15765.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     let block_size = p.payload[1];
[INFO] [stdout]    |                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]   --> src/socketcanconnection.rs:42:27
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(str: &str, speed: u64) -> Result<SocketCanConnection, anyhow::Error> {
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arg`
[INFO] [stdout]    --> src/main.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn hex_array(arg: &str) -> Result<Box<[u8]>, std::num::ParseIntError> {
[INFO] [stdout]     |              ^^^ help: if this is intentional, prefix it with an underscore: `_arg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timestamp` is never read
[INFO] [stdout]   --> src/j1939/mod.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct TPDescriptor {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     timestamp: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TPDescriptor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpConnAbort` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:422:8
[INFO] [stdout]     |
[INFO] [stdout] 422 | struct J1939_21TpConnAbort {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpBAM` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:432:8
[INFO] [stdout]     |
[INFO] [stdout] 432 | struct J1939_21TpBAM {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sa`
[INFO] [stdout]   --> src/j1939/mod.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 |             J1939::AddressClaim { sa } => todo!(),
[INFO] [stdout]    |                                   ^^ help: try ignoring the field: `sa: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_size`
[INFO] [stdout]   --> src/uds/iso15765.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     let block_size = p.payload[1];
[INFO] [stdout]    |                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]   --> src/socketcanconnection.rs:42:27
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(str: &str, speed: u64) -> Result<SocketCanConnection, anyhow::Error> {
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arg`
[INFO] [stdout]    --> src/main.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn hex_array(arg: &str) -> Result<Box<[u8]>, std::num::ParseIntError> {
[INFO] [stdout]     |              ^^^ help: if this is intentional, prefix it with an underscore: `_arg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timestamp` is never read
[INFO] [stdout]   --> src/j1939/mod.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct TPDescriptor {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     timestamp: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TPDescriptor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpConnAbort` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:422:8
[INFO] [stdout]     |
[INFO] [stdout] 422 | struct J1939_21TpConnAbort {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpBAM` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:432:8
[INFO] [stdout]     |
[INFO] [stdout] 432 | struct J1939_21TpBAM {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sa`
[INFO] [stdout]   --> src/j1939/mod.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 |             J1939::AddressClaim { sa } => todo!(),
[INFO] [stdout]    |                                   ^^ help: try ignoring the field: `sa: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `sa`
[INFO] [stdout]   --> src/j1939/mod.rs:65:35
[INFO] [stdout]    |
[INFO] [stdout] 65 |             J1939::AddressClaim { sa } => todo!(),
[INFO] [stdout]    |                                   ^^ help: try ignoring the field: `sa: _`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_size`
[INFO] [stdout]   --> src/uds/iso15765.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     let block_size = p.payload[1];
[INFO] [stdout]    |                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]   --> src/socketcanconnection.rs:42:27
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(str: &str, speed: u64) -> Result<SocketCanConnection, anyhow::Error> {
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arg`
[INFO] [stdout]    --> src/main.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn hex_array(arg: &str) -> Result<Box<[u8]>, std::num::ParseIntError> {
[INFO] [stdout]     |              ^^^ help: if this is intentional, prefix it with an underscore: `_arg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `block_size`
[INFO] [stdout]   --> src/uds/iso15765.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |                     let block_size = p.payload[1];
[INFO] [stdout]    |                         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_block_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `speed`
[INFO] [stdout]   --> src/socketcanconnection.rs:42:27
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn new(str: &str, speed: u64) -> Result<SocketCanConnection, anyhow::Error> {
[INFO] [stdout]    |                           ^^^^^ help: if this is intentional, prefix it with an underscore: `_speed`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timestamp` is never read
[INFO] [stdout]   --> src/j1939/mod.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct TPDescriptor {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     timestamp: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TPDescriptor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpConnAbort` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:422:8
[INFO] [stdout]     |
[INFO] [stdout] 422 | struct J1939_21TpConnAbort {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpBAM` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:432:8
[INFO] [stdout]     |
[INFO] [stdout] 432 | struct J1939_21TpBAM {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `arg`
[INFO] [stdout]    --> src/main.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 | fn hex_array(arg: &str) -> Result<Box<[u8]>, std::num::ParseIntError> {
[INFO] [stdout]     |              ^^^ help: if this is intentional, prefix it with an underscore: `_arg`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `timestamp` is never read
[INFO] [stdout]   --> src/j1939/mod.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct TPDescriptor {
[INFO] [stdout]    |        ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 38 |     timestamp: Option<Duration>,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TPDescriptor` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpConnAbort` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:422:8
[INFO] [stdout]     |
[INFO] [stdout] 422 | struct J1939_21TpConnAbort {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `J1939_21TpBAM` is never constructed
[INFO] [stdout]    --> src/j1939/mod.rs:432:8
[INFO] [stdout]     |
[INFO] [stdout] 432 | struct J1939_21TpBAM {
[INFO] [stdout]     |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.29s
[INFO] running `Command { std: "docker" "inspect" "8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7", kill_on_drop: false }`
[INFO] [stdout] 8ae58c6f7a2556eab586b92ff4628e972f1ed4d576b1dcc83e87e822172c5ae7
